Nevron.Diagram Namespace / NCustomPath Class / NCustomPath Constructor / NCustomPath Constructor(NPointF[],Byte[],PathType)


NCustomPath Constructor(NPointF[],Byte[],PathType)
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As NPointF, _
   ByVal pointTypes() As System.Byte, _
   ByVal pathType As PathType _
)
 
'Usage
 
Dim points() As NPointF
Dim pointTypes() As System.Byte
Dim pathType As PathType
 
Dim instance As New NCustomPath(points, pointTypes, pathType)

Parameters

points
pointTypes
pathType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also